testsuite: Remove a GtkColorButton special case
authorTimm Bäder <mail@baedert.org>
Wed, 27 Jun 2018 15:58:01 +0000 (17:58 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 27 Jun 2018 16:03:23 +0000 (18:03 +0200)
commit2f8284a38690932bb5c2fa773c5d93d5603f041b
treeb8e180f46b66ffefed6573dbc8d27b2472fb8869
parent73cad1e78473149600c574e80707f6915995724e
testsuite: Remove a GtkColorButton special case

The comment above explains neatly why subclassing GtkButton for
GtkColorButton was a bad idea. Nowadays it's a GtkWidget subclass
containing a GtkButton so let's remove the special case here.
testsuite/gtk/notify.c